Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfEnum<TEnum> Structure / PdfValue Property

In This Topic
    PdfValue Property (PdfEnum<TEnum>)
    In This Topic
    Gets the PDF value defined by this PdfEnum<TEnum>. Throws an exception if this PdfEnum<TEnum> is represented by a parsed TEnum value.
    Syntax
    'Declaration
     
    Public ReadOnly Property PdfValue As PdfName
    public PdfName PdfValue {get;}
    See Also